import type { Tokens } from "@faulty/tokens/generator"; /** * Validate that all of the necessary tokens for GDQ Design to function * are present in the given token set. */ export declare function validateTokens(tokens: Tokens): Tokens; //# sourceMappingURL=validateTokens.d.ts.map