/**
 * Share options for Rule Context
 * This shared options can be accessed via `Context#sharedOptions`.
 */
export type SecretlintCoreSharedOptions = {
    [index: string]: any;
};
