/** @type {import('../core.js').Syntax} */
declare function php(Prism: any): void;
declare namespace php {
    let displayName: string;
    let aliases: any[];
}
export default php;
