export declare function SuffixParameters(string: string, suffix: string): boolean; export declare function SuffixParameter({ string, suffix }: { string: string; suffix: string; }): boolean; declare namespace Suffix { const Parameters: typeof SuffixParameters; const Parameter: typeof SuffixParameter; } export default Suffix; //# sourceMappingURL=suffix.d.ts.map