export declare class Validator { static class(s: string): true | "Invalid PHP class. Must be qualified, but not fully qualified."; static className(s: string): true | "Invalid PHP class name: only alphanumerical characters allowed."; }