export declare function getAllFunctions(prototype: any, props?: (string | number | symbol)[]): (string | number | symbol)[];
export declare function getAllProperties(prototype: any, props?: (string | number | symbol)[]): (string | number | symbol)[];
